func runtime.isDirectIface

5 uses

	runtime (current package)
		alg.go#L111: 	if isDirectIface(t) {
		alg.go#L128: 	if isDirectIface(t) {
		alg.go#L252: 	if isDirectIface(t) {
		alg.go#L269: 	if isDirectIface(t) {
		typekind.go#L41: func isDirectIface(t *_type) bool {